home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / SETUP.EXE / 0 / RCDATA / TGROUPDIALOG / TGROUPDIALOG.txt
Text File  |  1997-04-17  |  2KB  |  85 lines

  1. object GroupDialog: TGroupDialog
  2.   Left = 174
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Group'
  6.   ClientHeight = 203
  7.   ClientWidth = 241
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Scaled = False
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object ListBox: TListBox
  16.     Left = 8
  17.     Top = 40
  18.     Width = 225
  19.     Height = 129
  20.     Hint = 'Select an existing group'
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ItemHeight = 16
  26.     ParentFont = False
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     OnClick = ListBoxClick
  31.     OnDblClick = ListBoxDblClick
  32.   end
  33.   object Button1: TButton
  34.     Left = 192
  35.     Top = 173
  36.     Width = 41
  37.     Height = 25
  38.     Hint = 'Accept group and install'
  39.     Caption = '&Ok'
  40.     Default = True
  41.     Font.Color = clBlack
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 1
  46.     ParentFont = False
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.   end
  51.   object EditGroup: TEdit
  52.     Left = 8
  53.     Top = 8
  54.     Width = 225
  55.     Height = 24
  56.     Hint = 'Enter a new group'
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     TabOrder = 2
  65.     Text = 'ECTOOL'
  66.   end
  67.   object Button2: TButton
  68.     Left = 136
  69.     Top = 173
  70.     Width = 47
  71.     Height = 25
  72.     Hint = 'Don'#39't create a group'
  73.     Caption = '&Cancel'
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ModalResult = 2
  79.     ParentFont = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 3
  83.   end
  84. end
  85.